echarts自定义y轴刻度信息
var texts = []; if(value==0){ texts.push('woo'); } else if (value <=1) { texts.push('好'); } ...
var texts = []; if(value==0){ texts.push('woo'); } else if (value <=1) { texts.push('好'); } ...